Remove GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 22 Feb 2020 14:54:48 +0000 (14:54 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Sat, 22 Feb 2020 15:22:06 +0000 (15:22 +0000)
commit4a3742979dc84b06d46749678e6c9b0f7fdbac0c
tree76d304b5e7645d7c5dc2206f18583a09f6759cb3
parentb09e7df81b433309374bd489e26fcd011dda988e
Remove GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER

We don't need a whole separate action, now that the file chooser widget
can create folders; we can create use SELECT_FOLDER and create one.
gtk/gtkfilechooser.h
gtk/gtkfilechooserbutton.c
gtk/gtkfilechooserdialog.c
gtk/gtkfilechooserentry.c
gtk/gtkfilechoosernativequartz.c
gtk/gtkfilechoosernativewin32.c
gtk/gtkfilechooserwidget.c
tests/testfilechooser.c
tests/testgtk.c
testsuite/gtk/object.c